From: Richard M. Stallman Date: Tue, 25 May 1993 01:05:04 +0000 (+0000) Subject: (NO_GET_LOAD_AVG): Test _M88KBCS_TARGET, not __GNUC__. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96014 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1f9ecc7b660b14cd91d20846d95513e8e6afc1aa;p=emacs.git (NO_GET_LOAD_AVG): Test _M88KBCS_TARGET, not __GNUC__. --- diff --git a/src/s/dgux.h b/src/s/dgux.h index b7c6debed68..4bda11b0abe 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -290,7 +290,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ CC=gcc #endif /* not MAKING_MAKEFILE */ -#ifdef __GNUC__ +#ifdef _M88KBCS_TARGET /* Karl Berry says: the environment recommended by gcc (88/open, a.k.a. m88kbcs) doesn't support some system functions, and gcc doesn't make it easy to switch environments. */